home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 34
/
Creative-Review-CD-ROM-34.iso
/
pc
/
foo
/
foos.dir
/
00216_Script_go to line of lyrics (atimes) =
< prev
next >
Wrap
Text File
|
1998-01-23
|
573b
|
13 lines
on mouseUp
put integer((the currentspriteNum-4)*2) into myline
if the movieTime of sprite 2>9156 and (the currentspriteNum>10) then set myline =myline+20
if the movieTime of sprite 2>10974 and (the currentspriteNum>10) and (the currentspriteNum<17) then set myline =myline+12
if the movieTime of sprite 2>14292 and (the currentspriteNum>12) and (the currentspriteNum<17) then set myline =myline+10
put myline
put item 1 of line (myline) of the text of member "atimes" into newtime
set the movietime of sprite 2 to integer(newtime)
end